njavax.xml.parsers.DocumentBuilderFactory
– fabryka dla DocumentBuilder
njavax.xml.parsers.DocumentBuilder
– parser dokumentów
nOrg.w3c.dom.Document
– reprezentuje dokument XML
nOrg.w3c.dom.Element:Node – reprezentuje element
n
nDocument
DocumentBuilder.parse(…)
n
nElement
Document.getDocumentElement()
n
nString
Node.getNodeName()
nString
Node.getNodeValue()
nNamedNodeMap
Node.getAttributes()
nNodeList
Node.getChildNodes()